home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / CP14.ARJ / CP.MAK < prev    next >
Text File  |  1992-03-20  |  825b  |  67 lines

  1. # makefile for Borland C++ v2.0
  2. # (produced by running PRJ2MAK.EXE against the .PRJ file)
  3.  
  4. .AUTODEPEND
  5.  
  6. #        *Translator Definitions*
  7. CC = bcc +CP.CFG
  8. TASM = TASM
  9. TLINK = tlink
  10.  
  11.  
  12. #        *Implicit Rules*
  13. .c.obj:
  14.   $(CC) -c {$< }
  15.  
  16. .cpp.obj:
  17.   $(CC) -c {$< }
  18.  
  19. #        *List Macros*
  20.  
  21.  
  22. EXE_dependencies =  \
  23.   cp.obj \
  24.   cpfuncts.obj
  25.  
  26. #        *Explicit Rules*
  27. cp.exe: cp.cfg $(EXE_dependencies)
  28.   $(TLINK) /x/n/c/d/P-/LC:\BORLANDC\LIB @&&|
  29. c0l.obj+
  30. cp.obj+
  31. cpfuncts.obj
  32. cp
  33.         # no map file
  34. cl.lib
  35. |
  36.  
  37.  
  38. #        *Individual File Dependencies*
  39. cp.obj: cp.c 
  40.  
  41. cpfuncts.obj: cpfuncts.c 
  42.  
  43. #        *Compiler Configuration File*
  44. cp.cfg: cp.mak
  45.   copy &&|
  46. -ml
  47. -a
  48. -f-
  49. -ff-
  50. -K
  51. -k-
  52. -wamb
  53. -wamp
  54. -wasm
  55. -wpro
  56. -wcln
  57. -wdef
  58. -wsig
  59. -wnod
  60. -wstv
  61. -wucp
  62. -wuse
  63. -IC:\BORLANDC\INCLUDE
  64. -LC:\BORLANDC\LIB
  65. -P-.C
  66. | cp.cfg
  67.